From bb4c74db9f72e5e909d7ed5e8cf36990d74c702e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 29 May 2025 08:42:10 +0200 Subject: [PATCH] add apple homepod detection previously the device was identified as a homekit sensor instead of a speaker Signed-off-by: John Crispin --- data/apple.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/apple.json b/data/apple.json index fbac995..251186b 100644 --- a/data/apple.json +++ b/data/apple.json @@ -101,7 +101,8 @@ "vendor=Apple|class=speaker": { "HomePod": [ "apple_model|AudioAccessory1,1", - "apple_model|AudioAccessory1,2" + "apple_model|AudioAccessory1,2", + "apple_model|AudioAccessory6,1" ], "HomePod mini": [ "apple_model|AudioAccessory5,1" -- 2.30.2